home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Omelt.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  253b  |  14 lines

  1. #ifndef _OMELT_H_
  2. #define _OMELT_H_
  3.  
  4. enum
  5. {
  6.     MELTOBJECT_RADIUS                = 1000,
  7.     MELTOBJECT_VERTRANDOM        = 1001,
  8.     MELTOBJECT_RADRANDOM        = 1002,
  9.     MELTOBJECT_SIZE                    = 1003,
  10.     MELTOBJECT_NOISESCALE        = 1004,
  11.     MELTOBJECT_STRENGTH     = 1005
  12. };
  13.  
  14. #endif